/*两款字体*/
@font-face {
	font-family: 'hyry';
	src: url(/eportal/uiFramework/commonResource/zip/qdbank_font/hyrys.ttf);
}

/*字体结束*/
/*全屏滑动CSS*/
.fp-warning,
.fp-watermark {
	display: none;
}

.fp-overflow {
	height: 100%;
}


/*全部swiper前进后台按钮不可用时样式*/
.my-button-disabled1 {
	opacity: 0;
}

/*360浏览器下flex的图片高度固定*/
.title-image img,
#swiper2 .swiper-wrapper .swiper-slide .qyjr-box .qyts-title-img img,
.xwzx-tit-hover img,
#swiper3 .swiper-wrapper .swiper-slide .qyfc-box .qyfc-title-img img {
	height: 35px;
}
.xwzx-tit img{
	height: 18px;
}
/*第一屏-banner*/
.fp-overflow .banner-swiper-box,
.fp-overflow .banner-swiper-box>div,
.fp-overflow .banner-swiper-box>div>div:nth-child(2) {
	height: 100%;
}


/*swiper大图轮播*/
.banner-swiper-box {
	margin-top: -90px;
}

#swiper1 {
	height: 100%;
	width: 100%;
}

#swiper1 .swiper-wrapper .swiper-slide .swiper1-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

#swiper1 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-button-next2,
.swiper-button-prev2 {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scaleY(-1);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	backdrop-filter: blur(10px);
}

.swiper-button-next2 img,
.swiper-button-prev2 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next2 {
	right: 40px;
}

.swiper-button-prev2 {
	left: 40px;
}

.zjnr-box {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zjnr-box .one-text {
	font-size: 92px;
	line-height: 92px;
	letter-spacing: 8px;
	font-family: pmzd;
	color: #ffffff;
}

.zjnr-bottom-box {
	position: absolute;
	bottom: 150px;
	z-index: 99;
	width: 100%;
}

.search-box {
	text-align: center;
	z-index: 2;
	position: relative;
}

.search-box form {
	height: 48px;
	line-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.search-box form input {
	width: 570px;
	padding-left: 30px;
	height: 48px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 100px;
	border-style: inherit;
	backdrop-filter: blur(10px);
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

.search-box form img {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 130px;
}

.word-box {
	height: 60px;
	margin: 40px 0 60px 0;
}

.search-box form input::placeholder {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
}

.my-bullet0 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active0 {
	width: 100px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	-webkit-transition: linear width 10s;
}

.swiper-pagination1 {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 40px;
	height: 3px;
	display: flex;
	align-items: center;
}

.swiper-pagination1 span {
	margin-left: 8px;
}

.other-box {
	position: absolute;
	bottom: 50px;
	right: 40px;
	z-index: 2;
}

.other-box a {
	background: rgba(214, 34, 34, 0.80);
	border: 1px solid rgba(214, 34, 34, 1);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 2px;
	width: 48px;
	height: 48px;
	display: flex;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: 400;
	justify-content: center;
	align-items: center;
}

.other-box a:first-child {
	margin-bottom: 20px;
}




/*信用卡数据*/
.date-box {
	height: 50px;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.xyk-date,
.lc-date,
.jy-date {
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
}

.ty-number {
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: right;
	line-height: 48px;
	font-weight: 700;
	margin-right: 15px;

}

.ty-number span {
	font-family: hyry;
}

.ty-w-number,
.ty-dwxq {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
}

.lc-date {
	padding: 0 30px;
	margin: 0 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/*个人业务*/
.gr-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.gr-left {
	width: 35.42%;
}

.gr-right {
	width: 64.58%;
}

.gr-small-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.gr-title {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 23.52%;
}

.gr-ul-box {
	width: 100%;
}

.gr-ul-box ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.gr-ul-box ul a {
	font-size: 24px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 100px;
	height: 100px;
	font-weight: 400;
	cursor: pointer;
	width: 88.23%;
	padding-right: 23.52%;
	list-style: none;
	transition: all .10s;
	text-align: right;
	border-bottom: 1px solid transparent;
}

.gr-ul-box ul .gr-hover {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 3%, #F2F3F8 100%);
	border-bottom: 1px solid rgba(214, 34, 34, 0.50);
	font-size: 24px;
	color: #D62222;
	letter-spacing: 0.75px;
	font-weight: 500;
}

.gr-left>div,
.gr-left>div>div:nth-child(2),
.gr-left>div>div:nth-child(2)>.gr-small-box {
	height: 100%;
}

.gr-left>div>div:nth-child(2)>.gr-small-box>.gr-title {
	height: 35%;
}

.gr-left>div>div:nth-child(2)>.gr-small-box>.gr-title img {
	height: 35px;
}


#cou_gr_1,
#cou_gr_2,
#cou_gr_3,
#cou_gr_4 {
	height: 100%;
	width: 100%;
	position: relative;
}

.xykly-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2024103116584229874.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.qdyhjjk-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022102215491621423.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hryd-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111101464168668.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cyr-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111101512770926.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/*信用卡礼遇内容*/
.xykly-nr-top {
	padding: 68px 0 0 100px;
}

.xykly-nr-top p:first-child {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 400;
}

.xykly-nr-top p:last-child {
	margin-top: 24px;
}

.xykly-nr-top p:last-child a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.xykly-nr-top p:last-child a img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.xykly-nr-bottom {
	display: flex;
	position: absolute;
	bottom: 60px;
	left: 100px;
}

.xykly-nr-bottom .yhk {
	margin-right: 30px;
	width: 220px;
	height: 240px;
	position: relative;
	padding-top: 23px;
}

.xykly-nr-bottom .yhk img {
	width: 180px;
}

.yhk .yhk-mc {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	z-index: 1;
}

.xykly-nr-bottom .yhk p:first-child {
	text-align: center;
	z-index: 2;
	position: relative;
	padding: 0 20px;
}

.xykly-nr-bottom .yhk p:nth-child(2) {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 500;
	z-index: 2;
	position: relative;
	padding: 13px 20px 2px 20px;
}

.xykly-nr-bottom .yhk p:nth-child(3) {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	z-index: 2;
	position: relative;
	padding: 0 19px;
}

/*创意融内容*/
.cry-js-box {
	display: flex;
	position: absolute;
	bottom: 90px;
	left: 100px;
	width: 720px;
	height: 190px;
	flex-wrap: wrap;
	padding: 34px 116px 35px 70px;

}

.cry-js-box .cry-zz-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(16px);
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.cry-js-box .cry-list-li {
	width: 240px;
	z-index: 2;
}

.cry-js-box .cry-list-li:nth-child(1),
.cry-js-box .cry-list-li:nth-child(2) {
	margin-bottom: 18px;
}

.cry-js-box .cry-list-li:nth-child(2),
.cry-js-box .cry-list-li:nth-child(4) {
	margin-left: 54px;
}

.cry-js-box .cry-list-li p:first-child {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 32px;
	font-weight: 500;
}

.cry-js-box .cry-list-li p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
}

/*公司业务*/
.gs-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.gs-left {
	width: 64.58%;
}

.gs-right {
	width: 35.42%;
}


.gs-right>div,
.gs-right>div>div:nth-child(2),
.gs-right>div>div:nth-child(2)>.gs-small-box {
	height: 100%;
}

.gs-right>div>div:nth-child(2)>.gs-small-box>.gs-title {
	height: 35%;
}

.gs-right>div>div:nth-child(2)>.gs-small-box>.gs-title img {
	height: 35px;
}



#cov_gs_1,
#cov_gs_2,
#cov_gs_3,
#cov_gs_4 {
	height: 100%;
	width: 100%;
	position: relative;
}

.hyd-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2023121519093961509.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.xsgyljr-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022112509531652251.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pyt-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022102316495040135.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jrsc-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111101585415491.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.gs-small-box {
	display: flex;
	flex-direction: column;
}

.gs-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 23.52%;
}

.gs-title img {
	height: 100%;
}

.gs-ul-box {
	width: 100%;
}

.gs-ul-box ul a {
	font-size: 24px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 100px;
	height: 100px;
	font-weight: 400;
	cursor: pointer;
	width: 88.23%;
	padding-left: 23.52%;
	list-style: none;
	transition: all .10s;
	text-align: left;
}

.gs-ul-box ul {
	display: flex;
	flex-direction: column;
}

.gs-ul-box ul .gs-hover {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 3%, #F2F3F8 100%);
	border-bottom: 1px solid rgba(214, 34, 34, 0.50);
	font-size: 24px;
	color: #D62222;
	letter-spacing: 0.75px;
	font-weight: 500;
}


/*惠营贷以及三个兄弟内容*/
/*惠营贷以及三个兄弟头部*/
.hyd-big-box {
	display: flex;
	justify-content: flex-end;
	padding-top: 60px;
}

.hyd-nr-top {
	width: 86.12%;
}

.hyd-nr-top p:first-child {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 400;
}

.hyd-nr-top p:last-child {
	margin-top: 24px;
}

.hyd-nr-top p:last-child a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.hyd-nr-top p:last-child a img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

/*惠营贷以及三个兄弟底部*/

.gs-db-box {
	width: 86.12%;
	position: absolute;
	bottom: 90px;
	right: 0;
}

.hyd-js-box {
	display: flex;
	width: 680px;
	height: 190px;
	flex-wrap: wrap;
	padding: 34px 76px 35px 70px;
	position: relative;

}

.hyd-js-box .hyd-zz-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	backdrop-filter: blur(16px);
	z-index: 1;
}

.hyd-js-box .hyd-list-li {
	width: 240px;
	z-index: 2;
}

.hyd-js-box .hyd-list-li:nth-child(1),
.hyd-js-box .hyd-list-li:nth-child(2) {
	margin-bottom: 18px;
}

.hyd-js-box .hyd-list-li:nth-child(2),
.hyd-js-box .hyd-list-li:nth-child(4) {
	margin-left: 54px;
}

.hyd-js-box .hyd-list-li p:first-child {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 32px;
	font-weight: 500;
}

.hyd-js-box .hyd-list-li p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
}

/*青银理财box*/
.lc-big-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111102025988637.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.lc-big-box,
.lc-big-box>div,
.lc-big-box>div>div:nth-child(2) {
	width: 100%;
	height: 100%;
}

.lc-list-box {
	min-width: 1180px;
	margin: 0 auto;
	width: 81.94%;
	height: 100%;
	display: flex;
	position: relative;
}

.lc-list-box .lc-zz-box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 84px 33px 0 22px;
}

.lc-small-box a {
	margin-right: 24px;
}

.lc-small-box a:first-child img {
	height: 35px;
}

.lc-small-box a img {
	height: 17px;
}

.lc-zz-box .lc-more-link {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: right;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.lc-zz-box .lc-more-link img {
	width: 16px;
	height: 16px;
	margin-left: 6px;
}

.lc-list-box .lc-tswz {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	position: absolute;
	bottom: 63px;
	left: 19px;
	z-index: 2;
}

.lc-list-box .lc-list-li {
	width: 25%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	padding: 230px 40px 0 19px;
}

.lc-list-box .lc-list-li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.lc-list-box .lc-list-li:hover {
	background: rgba(0, 0, 0, 0.4);
}

.lc-list-box .lc-list-li:hover .yc-box {
	display: block;
}

.lc-list-box .lc-list-li:hover .hx {
	width: 100%;
}

.lc-list-box .lc-list-li:nth-child(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.lc-list-box .lc-list-li>p:first-child {
	font-size: 62px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 62px;
	font-weight: 700;
	font-family: hyry;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lc-list-box .lc-list-li p:first-child span {
	margin-left: 12px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1.33px;
	line-height: 32px;
	font-weight: 400;
	font-family: hyry;
}

.lc-list-box .lc-list-li>p:nth-child(2) {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.lc-list-box .lc-list-li .hx {
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.50);
	margin: 40px 0;
	transition: linear width 1s;
	webkit-transition: linear width 1s;
}

.lc-list-box .lc-list-li .lc-title {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 40px;
}

.yc-box {
	display: none;
}

.yc-box p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*青银理财box到此结束*/
/*青银理财与金租网站banner*/
.qy-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-evenly;
}

.qylc-box,
.qyjz-box {
	display: flex;
	height: 50%;
	max-height: 320px;
	width: 82.29%;
	margin: 0 auto;
	justify-content: space-between;
}

.qylc-title,
.qyjz-title {
	width: 22.03%;
}

.title-left-box,
.title-right-box {
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.title-image-left {
	text-align: right;
}

.title-image {
	height: 35px;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 80px;
	box-sizing: content-box;
}

.title-image-left .title-image {
	justify-content: flex-end;
}

.title-word {
	font-size: 18px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 16px;
}

.qylc-title .more-link {
	font-size: 16px;
	color: #222222;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
}

.qylc-title .red-link-img {
	display: none;
}

.qylc-title .more-link:hover {
	color: #D62222;
}

.qylc-title .more-link:hover .red-link-img {
	display: inline-block;
}

.qylc-title .more-link:hover .black-link-img {
	display: none;
}

.qylc-title .more-link img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.qylc-img {
	width: 71.51%;
	position: relative;
}

.qylc-img>div,
.qylc-img>div>div:nth-child(2) {
	width: 100%;
	height: 100%;
}


.qylc-img .lcyjz-big-box {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jtgs-yz {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(216, 38, 50, 0.30);
	border: 1.4px solid rgba(216, 38, 50, 1);
	border-radius: 2px;
	opacity: 0.8;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2.29px;
	text-align: center;
	line-height: 23px;
	font-weight: 500;
}

.qylcyzpos {
	position: absolute;
	right: 40px;
	bottom: 30px;
}


.qyjz-img {
	width: 71.51%;
	position: relative;
}

.qyjz-img>div,
.qyjz-img>div>div:nth-child(2) {
	width: 100%;
	height: 100%;
}


.qyjz-img .lcyjz-big-box {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.qyjzyzpos {
	position: absolute;
	left: 40px;
	bottom: 30px;
}

.qyjz-title {
	display: flex;
	justify-content: flex-start;
}

.qyjz-title .red-link-img {
	display: none;
}

.qyjz-title .more-link {
	font-size: 16px;
	color: #222222;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
}

.qyjz-title .more-link:hover {
	color: #D62222;
}

.qyjz-title .more-link:hover .red-link-img {
	display: inline-block;
}

.qyjz-title .more-link:hover .black-link-img {
	display: none;
}

.qyjz-title .more-link img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 4px;
}

/*青银特色轮播*/
#swiper2 {
	width: 100%;
	height: 720px;
}

#swiper2 .qyjr-box {
	width: 82.29%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding: 66px 0 0 0;
}

#swiper2 .swiper-wrapper .swiper-slide {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#swiper2 .swiper-wrapper .swiper-slide .qyjr-box .qyts-title-img {
	height: 35px;
	display: flex;
}

#swiper2 .swiper-wrapper .swiper-slide .qyjr-box .qyts-title {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 500;
}

#swiper2 .swiper-wrapper .swiper-slide .qyjr-box .qyts-summary {
	width: 858px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
	margin: 12px 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.qyts-more-link a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
}

.qyts-more-link a img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 4px;
}

.qyts-more-link a .red-link-img {
	display: none;
}

.qyts-more-link a:hover {
	color: #D62222;
}

.qyts-more-link a:hover .red-link-img {
	display: inline-block;
}

.qyts-more-link a:hover .white-link-img {
	display: none;
}

.qyjr-boxsamll {
	position: absolute;
	left: 0;
	bottom: 60px;
}

.qytspos {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
}

#swiper2 .qyjr-qt-box {
	position: relative;
	width: 82.29%;
	margin: 0 auto;
	top: -720px;
	height: 100%;
}

.swiper-button-next3,
.swiper-button-prev3 {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
}

#swiper2 .qyjr-qt-box .qjht-box {
	position: absolute;
	z-index: 2;
	bottom: 95px;
	right: 0;
	width: 110px;
	display: flex;
	justify-content: space-between;
}

.swiper-button-next3 img,
.swiper-button-prev3 img {
	width: 24px;
	width: 24px;
}

.my-bullet {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active {
	width: 100px;
	height: 1.5px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	-webkit-transition: linear width 10s;
}

.swiper-pagination2 {
	position: absolute;
	z-index: 2;
	bottom: 64px;
	right: 0;
	height: 3px;
	display: flex;
	align-items: center;
}

.swiper-pagination2 span {
	margin-left: 8px;
}

/*公告与新闻*/
.xwgg {
	display: flex;
	justify-content: space-between;
	height: 730px;
}

.btynr {
	width: 56.25%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.tpnr {
	width: 43.75%;
}

.btynr .xwggtit {
	width: 83.95%;
	padding-right: 100px;
}

.ggxw-img-background {
	height: 730px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.xwgg-bigbox {
	display: flex;
	margin: 102px 0 82px 0;
	align-items: flex-end;

}

.xwgg-bigbox a {
	margin-right: 24px;
}

.whgg-tit,
.xwzx-tit-hover {
	height: 35px;

	cursor: pointer;
}



.xwzx-tit {
	width: 78.16px;
}

.whgg-tit,
.xwzx-tit {
	height: 18px;
	display: flex;
	position: relative;
	top: -5px;
	opacity: 0.6;


}

.xwgg-box {
	width: 83.95%;
	padding-right: 100px;
}

/*新闻样式*/
.whgg-title-box {
	border-top: 1px solid #e1e1e1;
	position: relative;
}

.whgg-title-box .xw-more-link {
	position: absolute;
	top: -107px;
	right: 0;
	z-index: 2;

}

.whgg-title-box .xw-more-link a {
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.5px;
	text-align: right;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.whgg-title-box .xw-more-link a:hover {
	color: #d62222;
}

.whgg-title-box .xw-more-link a .red-link-img {
	display: none;
}

.whgg-title-box .xw-more-link a:hover .red-link-img {
	display: block;
}

.whgg-title-box .xw-more-link a:hover .black-link-img {
	display: none;
}

.whgg-title-box .xw-more-link a img {
	margin-left: 6px;
	width: 16px;
	height: 16px;
}

.whgg-title-box>a {
	display: inline-flex;
	width: 100%;
	height: 97.5px;
	border-bottom: 1px solid #E1E1E1;
	padding-left: 21px;
	align-items: center;
}

.whgg-title-box>a .time {
	margin-right: 30px;
}

.whgg-title-box>a .time p {
	font-size: 18px;
	color: #888888;
	letter-spacing: 1px;
	text-align: center;
	line-height: 32px;
	font-weight: 500;
}


.whgg-title-box>a .title-nr {
	font-size: 18px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.whgg-title-box>a:hover {
	border-bottom: 1px solid rgb(216, 38, 5, 0.5);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 3%, #F2F3F8 100%);
}

.whgg-title-box>a:hover>.time p,
.whgg-title-box>a:hover>.title-nr {
	color: #d62222;
}

/*青银风采*/
.qyfc-box.column {
	max-height: 720px;
}

#swiper3 {
	width: 100%;
	height: 720px;
}

#swiper3 .qyfc-box {
	width: 82.29%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding-top: 60px;
}

#swiper3 .swiper-wrapper .swiper-slide {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#swiper3 .swiper-wrapper .swiper-slide .qyfc-box .qyfc-title-img {
	height: 35px;
	display: flex;

}

#swiper3 .swiper-wrapper .swiper-slide .qyfc-box .qyfc-title a {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 500;
}

#swiper3 .swiper-wrapper .swiper-slide .qyfc-box .qyfc-summary {
	width: 850px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
	margin: 12px 0 20px 0;
}

.qyfc-more-link a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
}

.qyfc-more-link a img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 4px;
}

.qyfc-more-link a .red-link-img {
	display: none;
}

.qyfc-more-link a:hover {
	color: #D62222;
}

.qyfc-more-link a:hover .red-link-img {
	display: inline-block;
}

.qyfc-more-link a:hover .white-link-img {
	display: none;
}

.qyfc-boxsamll {
	position: absolute;
	left: 0;
	bottom: 60px;
}

.qyfcpos {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 2;
}

#swiper3 .qyfc-qt-box {
	position: relative;
	width: 82.29%;
	margin: 0 auto;
	top: -720px;
	height: 100%;
}

.swiper-button-next4,
.swiper-button-prev4 {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
}

#swiper3 .qyfc-qt-box .qjht-box {
	position: absolute;
	z-index: 2;
	bottom: 95px;
	right: 0;
	width: 110px;
	display: flex;
	justify-content: space-between;
}

.swiper-button-next4 img,
.swiper-button-prev4 img {
	width: 24px;
	width: 24px;
}

.my-bullet2 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active2 {
	width: 100px;
	height: 1.5px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	-webkit-transition: linear width 10s;
	transform-origin: left;
}

.swiper-pagination3 {
	position: absolute;
	z-index: 2;
	bottom: 64px;
	right: 0;
	height: 3px;
	display: flex;
	align-items: center;
}

.swiper-pagination3 span {
	margin-left: 8px;
}


/*低于1680px时*/
@media screen and (max-width: 1680px) {

	/*青银金融与理财*/

	.qylc-box,
	.qyjz-box {
		width: 81.94%;
	}




	/*青银特色*/
	#swiper2 {
		height: 540px;
	}

	#swiper2 .qyjr-box,
	#swiper2 .qyjr-qt-box {
		width: 81.94%;
	}

	#swiper2 .qyjr-qt-box {
		top: -540px;
	}

	/*青银风采*/
	#swiper3 {
		height: 540px;
	}

	#swiper3 .qyfc-box,
	#swiper3 .qyfc-qt-box {
		width: 81.94%;
	}

	#swiper3 .qyfc-qt-box {
		top: -540px;
	}

	.lc-list-box .lc-list-li>p:first-child {
		font-size: 46px;
	}
}